<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder.WatchKit.Storyboard" version="3.0" toolsVersion="12120" systemVersion="16F73" targetRuntime="watchKit" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="AgC-eL-Hgc">
    <device id="watch38" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <deployment identifier="watchOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBWatchKitPlugin" version="12029"/>
    </dependencies>
    <scenes>
        <!--MPD js-->
        <scene sceneID="aou-V4-d1y">
            <objects>
                <controller title="MPD js" id="AgC-eL-Hgc" customClass="InterfaceController" customModule="MPD_js_WatchKit_Extension">
                    <items>
                        <group width="1" height="47" alignment="center" id="1EZ-2A-mOd">
                            <items>
                                <button alignment="left" verticalAlignment="center" backgroundImage="rewind" id="H3T-ee-nbj">
                                    <connections>
                                        <action selector="previous" destination="AgC-eL-Hgc" id="QOl-JW-5yI"/>
                                    </connections>
                                </button>
                                <button alignment="left" verticalAlignment="center" backgroundImage="stop" id="FQ3-f3-pEz">
                                    <connections>
                                        <action selector="stop" destination="AgC-eL-Hgc" id="gB1-xt-rrY"/>
                                    </connections>
                                </button>
                                <button alignment="left" verticalAlignment="center" backgroundImage="play" id="3a5-uW-ms4">
                                    <connections>
                                        <action selector="playPause" destination="AgC-eL-Hgc" id="wU5-Pm-XKm"/>
                                    </connections>
                                </button>
                                <button alignment="left" verticalAlignment="center" backgroundImage="fastForward" id="XzE-JF-5iG">
                                    <connections>
                                        <action selector="next" destination="AgC-eL-Hgc" id="bQP-6Y-atB"/>
                                    </connections>
                                </button>
                            </items>
                            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        </group>
                        <separator alignment="left" id="Z4P-kK-ipz"/>
                        <slider width="1" height="23.5" alignment="center" value="50" maximum="100" steps="10" id="als-Bp-N3L">
                            <connections>
                                <action selector="volumeChange:" destination="AgC-eL-Hgc" id="v9d-bX-lq4"/>
                            </connections>
                        </slider>
                        <separator alignment="left" id="MEG-94-iDj"/>
                        <label width="1" height="18" alignment="left" id="Vur-Gi-BlA" userLabel="Artist">
                            <fontDescription key="font" style="UICTFontTextStyleBody"/>
                        </label>
                        <label width="1" height="18" alignment="left" id="9wH-o2-rrb" userLabel="Title"/>
                        <label width="1" height="18" alignment="left" id="UU4-td-3oQ" userLabel="Time"/>
                    </items>
                    <connections>
                        <outlet property="artistLabel" destination="Vur-Gi-BlA" id="PAj-u6-0YM"/>
                        <outlet property="playPauseButton" destination="3a5-uW-ms4" id="z0U-Yw-Xt4"/>
                        <outlet property="timeLabel" destination="UU4-td-3oQ" id="GXQ-Ak-fqp"/>
                        <outlet property="titleLabel" destination="9wH-o2-rrb" id="VbV-ke-Nv6"/>
                        <outlet property="volume" destination="als-Bp-N3L" id="XmQ-mZ-IhE"/>
                    </connections>
                </controller>
            </objects>
            <point key="canvasLocation" x="235" y="347"/>
        </scene>
        <!--Static Notification Interface Controller-->
        <scene sceneID="AEw-b0-oYE">
            <objects>
                <notificationController id="YCC-NB-fut">
                    <items>
                        <label alignment="left" text="Alert Label" id="XkS-y5-khE"/>
                    </items>
                    <notificationCategory key="notificationCategory" identifier="myCategory" id="JfB-70-Muf"/>
                    <connections>
                        <outlet property="notificationAlertLabel" destination="XkS-y5-khE" id="49B-RR-99y"/>
                        <segue destination="gdX-wl-uQE" kind="relationship" relationship="dynamicNotificationInterface" id="fKh-qV-3T2"/>
                    </connections>
                </notificationController>
            </objects>
            <point key="canvasLocation" x="235" y="1001"/>
        </scene>
        <!--Notification Controller-->
        <scene sceneID="KIl-fV-djm">
            <objects>
                <controller id="gdX-wl-uQE" customClass="NotificationController" customModule="MPD_js_WatchKit_App" customModuleProvider="target"/>
            </objects>
            <point key="canvasLocation" x="553" y="1001"/>
        </scene>
    </scenes>
</document>
